GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-01-26T16:32:53.6362901+00:00",
"SubmitDate": "2026-01-26T16:32:53.6362901+00:00",
"ReportPeriodStart": "2026-01-26T16:32:53.6362901+00:00",
"ReportPeriodEnd": "2026-01-26T16:32:53.6362901+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "4adafdac-310b-4ecf-9393-9351784412d9",
"Rows": [
{
"ItemId": "0010d5ec-e143-48ed-ad17-0b5410e50776",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0010d5ec-e143-48ed-ad17-0b5410e50776",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "4adafdac-310b-4ecf-9393-9351784412d9",
"Rows": [
{
"ItemId": "0010d5ec-e143-48ed-ad17-0b5410e50776",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0010d5ec-e143-48ed-ad17-0b5410e50776",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"d50e8920-3f23-419e-aa72-47bf77e3725a",
"4cbd7f2f-63ab-4fd0-abed-cf2894435645"
],
"Approvers": [
"52666c30-5398-45ef-9519-1c5bad68f772",
"80008c65-c026-47d7-9802-6b348f2105d7"
],
"ApprovedBy": "eeb2470f-c177-43b2-8ee3-21b7e33c63f8",
"ApprovalDate": "2026-01-26T16:32:53.6362901+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "ac55ebe8-db68-46da-8110-03d32daa54c2",
"id": "5a3adb91-1cb7-4346-ac22-5175bcc3447f",
"ConfigId": "94480866-28a1-4454-a001-eaf506772ae1"
},
{
"GenerationDate": "2026-01-26T16:32:53.6362901+00:00",
"SubmitDate": "2026-01-26T16:32:53.6362901+00:00",
"ReportPeriodStart": "2026-01-26T16:32:53.6362901+00:00",
"ReportPeriodEnd": "2026-01-26T16:32:53.6362901+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "4adafdac-310b-4ecf-9393-9351784412d9",
"Rows": [
{
"ItemId": "0010d5ec-e143-48ed-ad17-0b5410e50776",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0010d5ec-e143-48ed-ad17-0b5410e50776",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "4adafdac-310b-4ecf-9393-9351784412d9",
"Rows": [
{
"ItemId": "0010d5ec-e143-48ed-ad17-0b5410e50776",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0010d5ec-e143-48ed-ad17-0b5410e50776",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"d50e8920-3f23-419e-aa72-47bf77e3725a",
"4cbd7f2f-63ab-4fd0-abed-cf2894435645"
],
"Approvers": [
"52666c30-5398-45ef-9519-1c5bad68f772",
"80008c65-c026-47d7-9802-6b348f2105d7"
],
"ApprovedBy": "eeb2470f-c177-43b2-8ee3-21b7e33c63f8",
"ApprovalDate": "2026-01-26T16:32:53.6362901+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "ac55ebe8-db68-46da-8110-03d32daa54c2",
"id": "5a3adb91-1cb7-4346-ac22-5175bcc3447f",
"ConfigId": "94480866-28a1-4454-a001-eaf506772ae1"
}
]